﻿2026-06-23T04:46:10.1382783Z ##[group]Run actions/checkout@v5
2026-06-23T04:46:10.1383509Z with:
2026-06-23T04:46:10.1383985Z   repository: SaberMage/spt-core
2026-06-23T04:46:10.1388983Z   token: ***
2026-06-23T04:46:10.1389491Z   ssh-strict: true
2026-06-23T04:46:10.1390116Z   ssh-user: git
2026-06-23T04:46:10.1390603Z   persist-credentials: true
2026-06-23T04:46:10.1391132Z   clean: true
2026-06-23T04:46:10.1391631Z   sparse-checkout-cone-mode: true
2026-06-23T04:46:10.1392212Z   fetch-depth: 1
2026-06-23T04:46:10.1392688Z   fetch-tags: false
2026-06-23T04:46:10.1393199Z   show-progress: true
2026-06-23T04:46:10.1393695Z   lfs: false
2026-06-23T04:46:10.1394147Z   submodules: false
2026-06-23T04:46:10.1394659Z   set-safe-directory: true
2026-06-23T04:46:10.1395202Z env:
2026-06-23T04:46:10.1395651Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-23T04:46:10.1396262Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-23T04:46:10.1396835Z ##[endgroup]
2026-06-23T04:46:10.3306984Z Syncing repository: SaberMage/spt-core
2026-06-23T04:46:10.3308725Z ##[group]Getting Git version info
2026-06-23T04:46:10.3309559Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-23T04:46:10.3628812Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-23T04:46:10.3836239Z git version 2.43.0.windows.1
2026-06-23T04:46:10.3862030Z ##[endgroup]
2026-06-23T04:46:10.3869263Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\75e0647e-f79f-477a-91b2-c064b388bd35\.gitconfig'
2026-06-23T04:46:10.3883116Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\75e0647e-f79f-477a-91b2-c064b388bd35' before making global git config changes
2026-06-23T04:46:10.3884660Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T04:46:10.3888670Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-23T04:46:10.4116217Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-23T04:46:10.4308159Z https://github.com/SaberMage/spt-core
2026-06-23T04:46:10.4335156Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T04:46:10.4339330Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T04:46:10.4524775Z HEAD
2026-06-23T04:46:10.4772987Z ##[endgroup]
2026-06-23T04:46:10.4774969Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-23T04:46:10.8395513Z ##[group]Cleaning the repository
2026-06-23T04:46:10.8399703Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-23T04:46:15.7926899Z Removing target/
2026-06-23T04:46:15.7960053Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-23T04:46:15.8447995Z HEAD is now at e075cb5d Merge 4a23dec04779fdbf0e6ef0a50c5bf4602f678c54 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:46:15.8473177Z ##[endgroup]
2026-06-23T04:46:15.8477302Z ##[group]Disabling automatic garbage collection
2026-06-23T04:46:15.8481755Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-23T04:46:15.8696816Z ##[endgroup]
2026-06-23T04:46:15.8697230Z ##[group]Setting up auth
2026-06-23T04:46:15.8703068Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-23T04:46:15.8916967Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-23T04:46:16.2383651Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T04:46:16.2616393Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-23T04:46:16.6273580Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T04:46:16.6507969Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-23T04:46:17.0035160Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-23T04:46:17.0282440Z ##[endgroup]
2026-06-23T04:46:17.0282846Z ##[group]Fetching the repository
2026-06-23T04:46:17.0289498Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e075cb5dc70155cb0e6743c86ab217cbcff1c7f8:refs/remotes/pull/30/merge
2026-06-23T04:46:18.1071286Z ##[endgroup]
2026-06-23T04:46:18.1071826Z ##[group]Determining the checkout info
2026-06-23T04:46:18.1073530Z ##[endgroup]
2026-06-23T04:46:18.1079498Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-23T04:46:18.1364879Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-23T04:46:18.1609012Z ##[group]Checking out the ref
2026-06-23T04:46:18.1613705Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/30/merge
2026-06-23T04:46:18.2001349Z HEAD is now at e075cb5d Merge 4a23dec04779fdbf0e6ef0a50c5bf4602f678c54 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:46:18.2023521Z ##[endgroup]
2026-06-23T04:46:18.2274501Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-23T04:46:18.2480173Z e075cb5dc70155cb0e6743c86ab217cbcff1c7f8
